Initializes a new instance of the Ref Class.Initializes a new instance of the Ref Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim obj As T

Dim instance As New Ref(Of T)(obj)

Syntax

Visual Basic
Public Sub New ( _
		obj As T _
)
C#
public Ref (
		T obj
)
C++
public:
Ref (
		T obj
)
J#
public Ref (
		T obj
)
JScript
public function Ref (
		obj : T
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also